home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
unix
/
textmstr.shr
/
tm.hqx
/
Source Code ƒ
/
U
/
About_Dialog.h
< prev
next >
Wrap
Text File
|
1991-05-09
|
820b
|
33 lines
/* About_Dialog */
/* File name: About_Dialog */
/* Function: Handle a modal dialog */
/* History: 5/9/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* Init the modal dialog */
void D_Init_About_Dialog(void);
/* Hook into the modal dialog filter routine */
Boolean D_Filter_About_Dialog(DialogPtr theDialog, EventRecord *theEvent, short *itemHit);
/* Refresh the modal dialog */
void D_Refresh_About_Dialog(DialogPtr theDialog);
/* Setup the modal dialog */
void D_Setup_About_Dialog(DialogPtr theDialog);
/* Hit in the modal dialog */
void D_Hit_About_Dialog(DialogPtr theDialog, short itemHit, Boolean *ExitDialog);
/* Exit the modal dialog */
void D_Exit_About_Dialog(DialogPtr theDialog);
/* ======================================================= */